From 48a793e4b0b84149c4162cc27aec8849552783bc Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Sat, 30 May 2009 13:25:32 +0100 Subject: [PATCH] xend: Fix HVM domain restore (undefined HVM_ImageHandler.superpages). Signed-off-by: Keir Fraser --- tools/python/xen/xend/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/image.py b/tools/python/xen/xend/image.py index 91ba0e122b..1ecd0a28a4 100644 --- a/tools/python/xen/xend/image.py +++ b/tools/python/xen/xend/image.py @@ -83,7 +83,7 @@ class ImageHandler: """ ostype = None - + superpages = 0 def __init__(self, vm, vmConfig): self.vm = vm -- 2.30.2